CommonEvent 9107
Name = "レド山ワープクリスタル"

  999([0])
  PlaySE(["RPG::SE(@name=\"Heal7\", @pitch=100, @volume=80)"])
  FlashScreen(["Color(@red=255.0, @green=255.0, @blue=255.0, @alpha=255.0)", 30, true])
  RecoverAll([0, 0])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["The party's HP and MP have been fully recovered!"])
  Wait([30])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["Where do you want to warp to?"])
  Script(["ex_choice_add(\"Arrival point\",1)"])
  ScriptMore(["ex_choice_add(\"Bee Area\",2,\"s[3435]\",0)"])
  ScriptMore(["ex_choice_add(\"Ant's Area\",3,\"s[3436]\",0)"])
  ScriptMore(["ex_choice_add(\"Spider Realm\",4,\"s[3437]\",0)"])
  ScriptMore(["ex_choice_add(\"Cockroach area\",5,\"s[3438]\",0)"])
  ScriptMore(["ex_choice_add(\"core area\",6,\"s[3439]\",0)"])
  ScriptMore(["ex_choice_add(\"Stop\",7)"])
  Script(["ex_choice_show(0,11,[0,0])"])
  ConditionalBranch([1, 9, 0, 1, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 337, 27, 66, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 2, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 338, 13, 11, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 3, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 339, 10, 44, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 4, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 339, 53, 41, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 5, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 339, 23, 24, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 6, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 339, 31, 15, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 7, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
